(mark-page): Activate the mark.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 15:41:14 +0000 (15:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 15:41:14 +0000 (15:41 +0000)
lisp/textmodes/page.el

index fca4d9f66085460f75eda01771e6e995d26a6b61..32e505eaae603784d269280b3e79924ea5edf2eb 100644 (file)
@@ -67,7 +67,7 @@ thus marking a page other than the one point was originally in."
     (if (< arg 0)
         (forward-page (1- arg))))
   (forward-page)
-  (push-mark nil t)
+  (push-mark nil t t)
   (forward-page -1))
 
 (defun narrow-to-page (&optional arg)